home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sterown / inne / hp_cd_wr / cfgisa.bat < prev    next >
DOS Batch File  |  1996-03-15  |  757b  |  26 lines

  1. echo off
  2. echo ***********************************************************************
  3. echo * This batch file supports both the ABP510 and ABP5140 host adapters. *
  4. echo * It must run from DOS, not a DOS box under Windows.                  *
  5. echo *                                                                     *
  6. echo * It first tries the ABP510 card, if you have the other card          *
  7. echo * installed, it will then go to the ABP5140 card.                     *
  8. echo ***********************************************************************
  9.  
  10. pause
  11. cfg510
  12. if ERRORLEVEL GT 0 goto card
  13. if ERRORLEVEL EQ 0 goto esckey
  14. if ERRORLEVEL LT 0 goto minus
  15.  
  16. :card
  17. cfg5140
  18. goto out
  19.  
  20. :esckey
  21. goto out
  22.  
  23. :minus
  24. rem Negative error code.
  25. :out
  26.